Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / FindLastIndex Method / FindLastIndex(Int32,Predicate<UsageApplication>) Method

In This Topic
    FindLastIndex(Int32,Predicate<UsageApplication>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of UsageApplication) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.int startIndex,
       System.Predicate<UsageApplication> match
    )

    Parameters

    startIndex
    match
    See Also